home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_1 / logb < prev    next >
Internet Message Format  |  1995-03-31  |  2KB

  1. From comp.sys.handhelds Sun Jun  9 17:08:17 1991
  2. Path: seq!ecsgate!mcnc!uvaarpa!haven.umd.edu!udel!wuarchive!cs.utexas.edu!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!brolga!uqcspe!cs.uq.oz.au!grue
  3. From: grue@cs.uq.oz.au (Frobozz)
  4. Newsgroups: comp.sys.handhelds
  5. Subject: Re: Accuracy w/ ln and log
  6. Message-ID: <1794@uqcspe.cs.uq.oz.au>
  7. Date: 6 Jun 91 00:10:21 GMT
  8. References: <1991May30.120658.3590@panix.uucp>         <CMM.0.90.2.675941772.marek@farmaty.ifi.uio.no> <3630@charon.cwi.nl> <CMM.0.90.2.676118190.marek@nikud.ifi.uio.no>
  9. Sender: news@cs.uq.oz.au
  10. Reply-To: grue@cs.uq.oz.au
  11. Lines: 33
  12.  
  13. hiya,
  14.     This stream seems to be never ending .... :-)
  15.  
  16.     My little bit is a routine that calculates log to any base using
  17. the full 15 digit internal precision.  The routine checks its arguments and
  18. it only works when given 2 real numbers (unlike the built in log functions
  19. which also accept complex numbers and symbolics).
  20.  
  21. To use this program enter the base into level 2 of the stack and the
  22. number you want the log of on level 1 and run the program.
  23.  
  24. e.g. Log 3 base 2, would be calculated as:
  25. 2 ENTER 3 LOGB        [ I call the program LOGB ]
  26.  
  27.  
  28. Here it is (nice and short): [ ASC format ]
  29.  
  30. "D9D20FDE8199040D9D201C5A2B5BA2322301C5A2B5BA28E9A20B5A2B2130B213
  31. 0DFF8"
  32.  
  33.  
  34.  
  35.  
  36.                                 Pauli
  37. seeya
  38.  
  39. Paul Dale               | Internet/CSnet:            grue@cs.uq.oz.au
  40. Dept of Computer Science| Bitnet:       grue%cs.uq.oz.au@uunet.uu.net
  41. Uni of Qld              | JANET:           grue%cs.uq.oz.au@uk.ac.ukc
  42. Australia, 4072         | EAN:                          grue@cs.uq.oz
  43.                         | UUCP:           uunet!munnari!cs.uq.oz!grue
  44. f4e6g4Qh4++             | JUNET:                     grue@cs.uq.oz.au
  45. --
  46.  
  47.